Learn R Programming

Momocs (version 0.2-6)

Class: Coo: Class "Coo"

Description

A class for handling morphometric datasets, i.e. lists of $(x; y)$ outline coordinates with or without a grouping structure.

Arguments

Objects from the Class

New Coo-objects can be created with new("Coo", ...) or more directly using the Coo builder.

Methods

See showMethods(class="Coo").

Examples

Run this code
## Working zone...
showClass("Coo")
# an example of the Coo builder
data(bot)
list_of_coordinates <- bot@coo
Coo(list_of_coordinates)

Run the code above in your browser using DataLab